home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-06-03 | 1.1 KB | 44 lines | [TEXT/CWIE] |
- //========================================================================================
- //
- // File: SOMPart.cpp
- // Release Version: $ ODF 1 $
- //
- // Copyright: (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifdef SYMANTEC_CPLUS
- #define PRAGMA_IMPORT_SUPPORTED 1
- #endif
-
- // Note: Defines.k must be included before FWSOMPrt.h
- #ifndef DEFINES_K
- #include "Defines.k"
- #endif
-
- #ifndef FWSOMPRT_H
- #include "FWSOMPrt.h"
- #endif
-
- #ifndef PART_H
- #include "Part.h"
- #endif
-
- //========================================================================================
- //
- //========================================================================================
-
- #ifdef SYMANTEC_CPLUS
- #define SOMInit main
- #endif
-
- #ifdef FW_BUILD_MAC
- #pragma segment AMSample
- #endif
-
- //========================================================================================
- //
- //========================================================================================
-
- FW_SOMPART(BowersDev, AMSample, CAMSamplePart)
-